projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7eac5b5
)
MSVC2012 fix. Don't use TCHAR for with GetLogicalDriveStringsA
author
Robert Lipe
<robertlipe@users.noreply.github.com>
Thu, 22 Dec 2016 01:04:07 +0000
(19:04 -0600)
committer
GitHub
<noreply@github.com>
Thu, 22 Dec 2016 01:04:07 +0000
(19:04 -0600)
jeeps/gpsusbwin.cc
patch
|
blob
|
history
diff --git
a/jeeps/gpsusbwin.cc
b/jeeps/gpsusbwin.cc
index 67f4e100bfde8083018bfb33717eabf4fa2d7f58..fc405fccfcbd79cdb3f7528918029935aa8e4934 100644
(file)
--- a/
jeeps/gpsusbwin.cc
+++ b/
jeeps/gpsusbwin.cc
@@
-189,7
+189,7
@@
HANDLE garmin_usb_start(HDEVINFO hdevinfo, SP_DEVICE_INTERFACE_DATA* infodata)
static char** get_garmin_mountpoints(void)
{
#define BUFSIZE 512
-
TCHAR
szTemp[MAX_PATH];
+
char
szTemp[MAX_PATH];
char* p = szTemp;
char** dlist = (char **) xmalloc(sizeof(*dlist));